Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Rails/MailerName cop #281

Merged
merged 1 commit into from
Jun 29, 2020
Merged

Conversation

fatkodima
Copy link
Contributor

https://rails.rubystyle.guide/#mailer-name

# bad
class User < ActionMailer::Base
end

class User < ApplicationMailer
end

# good
class UserMailer < ActionMailer::Base
end

class UserMailer < ApplicationMailer
end

@koic koic merged commit db1bf58 into rubocop:master Jun 29, 2020
@koic
Copy link
Member

koic commented Jun 29, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants